Lender Price API
Locking a Loan with LOS / 9. Approve Lock Request
In This Topic
    9. Approve Lock Request
    In This Topic

    When you need to approve a lock request, you create a lock event using the addLockEvent call. Within the body of the call, set the lockStatusLogic object to Approved.

    Path

    /rest/v1/lp-ppe-api/price-quote/addLockEvent

    Headers

    secret

    {{token}}

    companyid

    {{companyId}}

    Path Parameters

    There are no path parameters.

    Body

    In the body, pass the standard IDs, along with a scenario lock, any exception or extension data if applicable, the date, and a comment. See 7.3 Add Request Lock Event.

    In addition, include the lockStatusLogic:

    "lockStatusLogic": "Approved",
    

    Response

    There is no body response to this call.